hs-base-orphans | | Backwards-compatible orphan instances for base |
hs-base-unicode-symbols | | Unicode alternatives for common functions and operators |
hs-basement | | Foundation scrap box of array and string |
hs-basic-prelude | | Enhanced core prelude; a common foundation for alternate preludes |
hs-bitarray | | Mutable and immutable bit arrays |
hs-bitvec | | Space-efficient bit vectors |
hs-blaze-builder | | Efficient buffered output |
hs-blaze-textual | | Fast rendering of common datatypes |
hs-bytestring-builder | | The new bytestring builder, packaged outside of GHC |
hs-Cabal-syntax | | Library for working with .cabal files |
hs-call-stack | | Use GHC call-stacks in a backward compatible way |
hs-cborg | | Concise Binary Object Representation (CBOR) |
hs-cereal | | Binary serialization library |
hs-chunked-data | | Typeclasses for dealing with various chunked data representations |
hs-classy-prelude | | Typeclass-based Prelude |
hs-cmdargs | | Command line argument processing |
hs-code-page | | Windows code page library for Haskell |
hs-colour | | Model for human colour/color perception |
hs-conduit | | Streaming data processing library |
hs-conduit-extra | | Batteries included conduit: adapters for common libraries |
hs-constraints | | Constraint manipulation |
hs-constraints-extras | | Utility package for constraints |
hs-control-monad-free | | Free monads and monad transformers |
hs-cpphs | | Liberalised re-implementation of cpp, the C pre-processor |
hs-data-default | | Class for types with a default value |
hs-data-default-class | | Class for types with a default value |
hs-data-default-instances-base | | Default instances for types in base |
hs-data-default-instances-containers | | Default instances for types in containers |
hs-data-default-instances-dlist | | Default instances for types in dlist |
hs-data-default-instances-old-locale | | Default instances for types in old-locale |
hs-data-fix | | Fixpoint data types |
hs-data-ordlist | | Set and bag operations on ordered lists |
hs-deepseq-generics | | GHC.Generics-based Control.DeepSeq.rnf implementation |
hs-deferred-folds | | Abstractions over deferred folds |
hs-dependent-map | | Dependent finite maps (partial dependent products) |
hs-dependent-sum | | Dependent sum type |
hs-dlist | | Difference lists |
hs-dlist-instances | | Difference lists instances |
hs-echo | | Cross-platform, cross-console way to handle echoing terminal input |
hs-either | | Combinators for working with sums |
hs-enclosed-exceptions | | Catching all exceptions from within an enclosed computation |
hs-errors | | Simplified error-handling |
hs-extensible-exceptions | | Extensible exceptions |
hs-fail | | Forward-compatible MonadFail class |
hs-fgl | | Martin Erwig's Functional Graph Library |
hs-file-embed | | Use Template Haskell to embed file contents directly |
hs-filtrable | | Class of filtrable containers |
hs-fingertree | | Generic finger-tree structure, with example instances |
hs-fmlist | | FoldMap lists |
hs-focus | | General abstraction for manipulating elements of containers |
hs-foldl | | Composable, streaming, and efficient left folds |
hs-foundation | | Alternative prelude with batteries and no dependencies |
hs-fsnotify | | Cross platform library for file change notification |
hs-generic-deriving | | Generic programming library for generalised deriving |
hs-generic-lens | | Generically derive traversals, lenses and prisms |
hs-generic-lens-core | | Generically derive traversals, lenses and prisms |
hs-generically | | Compatibility layer for Generically and Generically1 |
hs-ghc-check | | Detect mismatches between compile and run-time versions of the GHC API |
hs-ghc-exactprint | | ExactPrint for GHC |
hs-ghc-lib-parser | | The GHC API, decoupled from GHC versions |
hs-ghc-lib-parser-ex | | Algorithms on GHC parse trees |
hs-ghc-paths | | Knowledge of GHC installation directories |
hs-ghc-trace-events | | Faster alternative to event-tracing functions in base |
hs-ghcide | | The core of an IDE |
hs-githash | | Compile git revision info into Haskell projects |
hs-gitrev | | Compile git revision info into Haskell projects |
hs-half | | Half-precision floating-point |
hs-hashable | | Class for types that can be converted to a hash value |
hs-hashtables | | Mutable hash tables in the ST monad |
hs-haskell-lexer | | Fully compliant Haskell 98 lexer |
hs-haskell-src-exts | | Manipulating Haskell source |
hs-heapsize | | Determine the size of runtime data structures |
hs-hie-bios | | Set up a GHC API session |
hs-hie-compat | | HIE files for GHC 8.6 and other HIE file backports |
hs-hiedb | | Generates a references DB from .hie files |
hs-hinotify | | Haskell binding to inotify |
hs-hint | | Runtime Haskell interpreter (GHC API wrapper) |
hs-hls-alternate-number-format-plugin | | Provide Alternate Number Formats plugin for Haskell Language Server |
hs-hls-call-hierarchy-plugin | | Call hierarchy plugin for Haskell Language Server |
hs-hls-explicit-imports-plugin | | Explicit imports plugin for Haskell Language Server |
hs-hls-floskell-plugin | | Integration with the Floskell code formatter |
hs-hls-fourmolu-plugin | | Integration with the Fourmolu code formatter |
hs-hls-graph | | Haskell Language Server internal graph API |
hs-hls-module-name-plugin | | Module name plugin for Haskell Language Server |
hs-hls-oumolu-plugin | | Integration with the Ormolu code formatter |
hs-hls-plugin-api | | Haskell Language Server API for plugin communication |
hs-hls-pragmas-plugin | | Pragmas plugin for Haskell Language Server |
hs-hls-qualify-imported-names-plugin | | Haskell Language Server plugin that qualifies imported names |
hs-hls-refine-imports-plugin | | Refine imports plugin for Haskell Language Server |
hs-hls-selection-range-plugin | | HLS Plugin to support smart selection range |
hs-hslua-module-system | | Lua module wrapper around Haskell System module |
hs-hslua-module-version | | Lua module to work with version specifiers |
hs-implicit-hie | | Auto generate hie-bios cradles & hie.yaml |
hs-implicit-hie-cradle | | Auto generate hie-bios cradles |
hs-indexed-traversable | | FunctorWithIndex, FoldableWithIndex, TraversableWithIndex |
hs-indexed-traversable-instances | | More instances of type classes from indexed-traversable |
hs-ipynb | | Data structure for working with Jupyter notebooks (ipynb) |
hs-keys | | Keyed functors and containers |
hs-lens | | Lenses, Folds and Traversals |
hs-lens-family-core | | Haskell 2022 Lens Families |